home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / mac / 2-Graphics / Apple Graphics Source / Apple Graphics Source 3.0 / background_3618.txt < prev    next >
Text File  |  1990-08-07  |  2KB  |  106 lines

  1. -- background: 3618 from stack: in.0
  2. -- bmap block id: 4016
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: Title Background
  6.  
  7.  
  8. -- part 49 (button)
  9. -- low flags: 00
  10. -- high flags: 8000
  11. -- rect: left=372 top=183 right=199 bottom=478
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 200
  16. -- text size: 12
  17. -- style flags: 16384
  18. -- line height: 16
  19. -- part name: OPEN
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   send mouseUp to bg btn "cover 4"
  23. end mouseUp
  24.  
  25.  
  26. -- part 19 (field)
  27. -- low flags: 81
  28. -- high flags: 0001
  29. -- rect: left=30 top=73 right=331 bottom=303
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 0
  33. -- font id: 156
  34. -- text size: 13
  35. -- style flags: 0
  36. -- line height: 15
  37. -- part name: Legal Notice
  38. ----- HyperTalk script -----
  39. on mouseUp
  40.   setUserToggle
  41. end mouseUp
  42.  
  43.  
  44. -- part 21 (field)
  45. -- low flags: 81
  46. -- high flags: 0001
  47. -- rect: left=30 top=73 right=331 bottom=303
  48. -- title width / last selected line: 0
  49. -- icon id / first selected line: 0 / 0
  50. -- text alignment: 0
  51. -- font id: 156
  52. -- text size: 13
  53. -- style flags: 0
  54. -- line height: 17
  55. -- part name: About this stack
  56. ----- HyperTalk script -----
  57. on mouseUp
  58.   setUserToggle
  59. end mouseUp
  60.  
  61.  
  62. -- part 28 (field)
  63. -- low flags: 81
  64. -- high flags: 2001
  65. -- rect: left=30 top=73 right=331 bottom=303
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 0 / 0
  68. -- text alignment: 0
  69. -- font id: 156
  70. -- text size: 13
  71. -- style flags: 0
  72. -- line height: 17
  73. -- part name: Credits
  74. ----- HyperTalk script -----
  75. on mouseUp
  76.   setUserToggle
  77. end mouseUp
  78.  
  79.  
  80. -- part 48 (button)
  81. -- low flags: 00
  82. -- high flags: 0000
  83. -- rect: left=315 top=183 right=199 bottom=478
  84. -- title width / last selected line: 0
  85. -- icon id / first selected line: 0 / 0
  86. -- text alignment: 0
  87. -- font id: 200
  88. -- text size: 12
  89. -- style flags: 0
  90. -- line height: 16
  91. -- part name: 
  92. ----- HyperTalk script -----
  93. on mouseUp
  94.   set cursor to watch
  95.   setCoverHilites
  96.   set hilite of me to true
  97.   hideToggleFlds
  98.   lock screen
  99.   set hilite of me to false
  100.   set lockMessages to true
  101.   go bg "the collection"
  102.   openBackground
  103.   unlock screen with visual effect wipe left
  104.   openCard
  105. end mouseUp
  106.